<squad>
	<description>
		<type>TYPE_TANK</type>
		<nationality>NATIONALITY_JAPANESE</nationality>

		<long_name>Type 4 Chi-To</long_name>
		<short_name>Chi-To</short_name>
		<comment>A medium tank with a Type 5 75mm cannon and two Type 97 light machine guns</comment>

		<uniform>japanese_vehicle_crew</uniform>
	</description>

	<availability>
		<data><month>3</month><year>1944</year><number>1</number></data>
		<data><month>9</month><year>1944</year><number>1</number></data>
		<data><month>12</month><year>1944</year><number>2</number></data>
		<data><month>12</month><year>1945</year><number>2</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-Type 4 Chi-To.png</image_profile>
			<weight>30000</weight>
		</attributes>

		<drive>
			<engine>
				<name>Mitsubishi AL Type 4 V12</name>
				<horsepower>400</horsepower>
				<reliability>RELIABILITY_AVERAGE</reliability>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forwards>8</forwards>
				<reverse>2</reverse>
			</gears>

			<steering>STEERING_TWIN_TRANSMISSION</steering>

			<exhaust_pipe><offsetX>0</offsetX><offsetY>320</offsetY></exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-Type 4 Chi-To.png</image_view>

			<width>287</width>
			<length>642</length>
			<height>122</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>20@70</upper_front>
				<lower_front>75@-20</lower_front>
				<side>25</side>
				<upper_rear>20</upper_rear>
				<lower_rear>20@-45</lower_rear>
				<top>12</top>
				<bottom>12</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>250</width>
			<length>450</length>
			<height>73</height>

			<offsetX>0</offsetX>
			<offsetY>50</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>75@30</front>
				<side>35@30</side>
				<upper_rear>35@45</upper_rear>
				<lower_rear>35</lower_rear>
				<top>20</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<offsetX>50</offsetX>
			<offsetY>-200</offsetY>
			<offsetZ>140</offsetZ>

			<rotate_time>5</rotate_time>
			<rotate_left>25</rotate_left>
			<rotate_right>20</rotate_right>

			<weapon><type>WEAPON_LMG_TYPE_97</type><mount>ball</mount></weapon>
			<ammo><for>WEAPON_LMG_TYPE_97</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_RADIO</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>
		</fixed_weapon>

		<turret>
			<image_view>Image-Type 4 Chi-To turret.png</image_view>

			<diameter>210</diameter>
			<height>75</height>
			<offsetX>0</offsetX>
			<offsetY>-45</offsetY>

			<rotate_time>26</rotate_time>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>75@20</front>
				<side>50@20</side>
				<rear>50</rear>
				<top>20</top>
				<mantlet>150</mantlet>
			</armour>

			<weapon><type>WEAPON_CANNON_75_TYPE_5</type><offsetX>-2</offsetX><offsetY>-61</offsetY></weapon>
			<weapon><type>WEAPON_LMG_TYPE_97</type><offsetX>-35</offsetX><offsetY>-38</offsetY></weapon>
			<ammo><for>WEAPON_CANNON_75_TYPE_5</for><flavour>FLAVOUR_AP</flavour><rounds>10</rounds></ammo>
			<ammo><for>WEAPON_CANNON_75_TYPE_5</for><flavour>FLAVOUR_HE</flavour><rounds>50</rounds></ammo>
			<ammo><for>WEAPON_LMG_TYPE_97</for><rounds>2000</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_LOADER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>

			<man>
				<job>JOB_GUNNER</job>
				<weapon><type>WEAPON_PISTOL_NAMBU</type></weapon>
				<ammo><for>WEAPON_PISTOL_NAMBU</for><rounds>60</rounds></ammo>
			</man>
		</turret>
	</vehicle>
</squad>
